System osVersion Attributesystem.osVersion Description The osVersion attribute specifies the version of the current local operating system, and is expressed as a text string. Type String; read-only. Example alert ( "Your OS is " + system.osname + " running version " + system.osversion); |